The poster size has changed to torrents.php

in this lines 

.torrent-tooltip {
    position: absolute;
    background: #2c2c2c;
    color: white;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: 10000;
    width: 240px; /* ← ЕТО ТУК се задава ширината */
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
}